Headers
# Header 1
## Header 2
### Header 3
#### Header 4
Emphasis
*italic*, _italic_
**bold**, __bold__
Lists (note the 4 space indent)
1. Level 1
+ Item 1
+ Item 2
2. Level 2
+ Item 3
+ Item 4
3. Level 3
Images and links

[RStudio](https://www.rstudio.com/)
[email@email.com](mailto:email@email.com)
Blockquote
> RStudio makes R easier to use. It includes a
code editor, debugging & visualization tools.
Rules
----, ****
Manual line breaks
End line with two or more whitespaces.
Line 1 ends here,␣␣
line 2 start here.